﻿2026-06-05T23:49:29.8105090Z ##[group]Run actions/checkout@v5
2026-06-05T23:49:29.8105834Z with:
2026-06-05T23:49:29.8106139Z   repository: SaberMage/spt-core
2026-06-05T23:49:29.8109213Z   token: ***
2026-06-05T23:49:29.8109420Z   ssh-strict: true
2026-06-05T23:49:29.8109644Z   ssh-user: git
2026-06-05T23:49:29.8109853Z   persist-credentials: true
2026-06-05T23:49:29.8110073Z   clean: true
2026-06-05T23:49:29.8110289Z   sparse-checkout-cone-mode: true
2026-06-05T23:49:29.8110524Z   fetch-depth: 1
2026-06-05T23:49:29.8110735Z   fetch-tags: false
2026-06-05T23:49:29.8110938Z   show-progress: true
2026-06-05T23:49:29.8111145Z   lfs: false
2026-06-05T23:49:29.8111350Z   submodules: false
2026-06-05T23:49:29.8111558Z   set-safe-directory: true
2026-06-05T23:49:29.8111953Z ##[endgroup]
2026-06-05T23:49:29.9853987Z Syncing repository: SaberMage/spt-core
2026-06-05T23:49:29.9854971Z ##[group]Getting Git version info
2026-06-05T23:49:29.9855370Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T23:49:30.0119084Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T23:49:30.0328276Z git version 2.43.0.windows.1
2026-06-05T23:49:30.0357371Z ##[endgroup]
2026-06-05T23:49:30.0365193Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9a970594-206a-46cf-ba67-5470a25fe688\.gitconfig'
2026-06-05T23:49:30.0377513Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9a970594-206a-46cf-ba67-5470a25fe688' before making global git config changes
2026-06-05T23:49:30.0378124Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:49:30.0382984Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T23:49:30.0615052Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T23:49:30.0811508Z https://github.com/SaberMage/spt-core
2026-06-05T23:49:30.0840681Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:49:30.0844948Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:49:30.1043008Z refs/heads/dev-freeform
2026-06-05T23:49:30.1070807Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T23:49:30.1362423Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:49:30.1608611Z ##[endgroup]
2026-06-05T23:49:30.1612823Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T23:49:30.5330703Z ##[group]Cleaning the repository
2026-06-05T23:49:30.5331077Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T23:49:33.7855673Z Removing .adapter-notify/
2026-06-05T23:49:33.7856006Z Removing target/
2026-06-05T23:49:33.7895997Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T23:49:33.8275464Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:49:33.8304453Z ##[endgroup]
2026-06-05T23:49:33.8308712Z ##[group]Disabling automatic garbage collection
2026-06-05T23:49:33.8314240Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T23:49:33.8548375Z ##[endgroup]
2026-06-05T23:49:33.8548693Z ##[group]Setting up auth
2026-06-05T23:49:33.8555202Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:49:33.8812349Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T23:49:34.2499581Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:49:34.2739881Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T23:49:34.6403950Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:49:34.6627594Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T23:49:35.0312210Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T23:49:35.0619842Z ##[endgroup]
2026-06-05T23:49:35.0620247Z ##[group]Fetching the repository
2026-06-05T23:49:35.0628589Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b:refs/tags/v0.1.0
2026-06-05T23:49:35.7360822Z From https://github.com/SaberMage/spt-core
2026-06-05T23:49:35.7361259Z  * [new ref]         6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b -> v0.1.0
2026-06-05T23:49:35.7485750Z ##[endgroup]
2026-06-05T23:49:35.7486121Z ##[group]Determining the checkout info
2026-06-05T23:49:35.7487071Z ##[endgroup]
2026-06-05T23:49:35.7492347Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T23:49:35.7769044Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T23:49:35.7994642Z ##[group]Checking out the ref
2026-06-05T23:49:35.7999539Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/tags/v0.1.0
2026-06-05T23:49:35.8307713Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:49:35.8562716Z ##[endgroup]
2026-06-05T23:49:35.8567153Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T23:49:35.8771041Z 6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b
